home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
maniac syndROMe 1
/
maniac syndROMe 1.iso
/
pc
/
movies
/
mb21.dxr
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-23
|
190 b
|
15 lines
on enterFrame
global soundmode
if soundmode = 1 then
puppetSound("MVOICE1.AIF")
else
puppetSound(0)
end if
end
on exitFrame
global auto
startTimer()
set auto to 0
end